var runtime.ncpu
9 uses
runtime (current package)
debug.go#L43: return int(ncpu)
heapdump.go#L537: dumpint(uint64(ncpu))
lock_futex.go#L76: if ncpu > 1 {
mgc.go#L646: if work.stwprocs > ncpu {
mgc.go#L649: work.stwprocs = ncpu
os_linux.go#L324: ncpu = getproccount()
proc.go#L716: procs := ncpu
proc.go#L6094: if i >= active_spin || ncpu <= 1 || gomaxprocs <= int32(sched.npidle+sched.nmspinning)+1 {
runtime2.go#L1084: ncpu int32
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)